From d58300e971aa7d3feb7dd8fb2751475ba45a469e Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Sat, 23 Jul 2016 01:15:09 -0400 Subject: [PATCH] fix typos in src/doc/manifest.md --- src/doc/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 89abd9260..1c5ea784c 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -472,7 +472,7 @@ All of the `[[bin]]`, `[lib]`, `[[bench]]`, `[[test]]`, and `[[example]]` sections support similar configuration for specifying how a target should be built. The double-bracket sections like `[[bin]]` are array-of-table of [TOML](https://github.com/toml-lang/toml#array-of-tables), which means you can -wirte more than one `[[bin]]` sections to make serval executables in your crate. +write more than one `[[bin]]` section to make several executables in your crate. The example below uses `[lib]`, but it also applies to all other sections as well. All values listed are the defaults for that option unless otherwise -- 2.30.2